home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / NI5210 / NI5210O.ZIP / PROTOCOL.INI < prev   
Encoding:
Text File  |  1991-12-06  |  737 b   |  26 lines

  1.  
  2. ;*********************
  3. ;**    ADAPTERS     **
  4. ;*********************
  5.  
  6. ;*****************************
  7. ;**  RACAL-DATACOM NI5210   **
  8. ;*****************************
  9. ;
  10. ; "MaxTransmits" keyword specifies the number of TransmitChain commands
  11. ;  which can be simultaneously queued by MAC.  Default = 6, Max. = 50
  12. ;
  13. ; "MaxMulticasts" keyword specifies the number of multicast addresses
  14. ;  the MAC driver supports. Default = 10, Max. = 16
  15. ;
  16. ; "MaxReceives" keyword specifies the number of receives can be queued
  17. ;  simultaneously by MAC. Default = 3, Max. = 6
  18.  
  19.   BASEMEM       = 0xd0000
  20.   DRIVERNAME    = NI5210$
  21.   IOBASE        = 0x300
  22.   IRQ           = 2
  23.   MAXMULTICASTS = 10
  24.   MAXRECEIVES   = 3
  25.   MAXTRANSMITS  = 6
  26.